user-service
Toggle table of contents
2.7.0
jvm
Platform filter
jvm
Switch theme
Search in API
user-service
storage
/
[root]
/
PostgresUserRepository
/
findByEmail
find
By
Email
open
override
fun
findByEmail
(
email
:
String
)
:
User
?
Finds a user by their email.
Return
the user entity if found, otherwise null
Parameters
email
the email of the user